home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6366 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  32 lines

  1. Path: nntp.teleport.com!usenet
  2. From: maclucas@teleport.com (Malcolm B. MacLucas)
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP: turbo c++ 3.1:  owl.h not finding WIN30 or WIN31 defined <?>
  5. Date: Sat, 10 Feb 1996 06:07:59 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <311c23e3.3343449@news.teleport.com>
  8. NNTP-Posting-Host: ip-vanc2-12.teleport.com
  9. X-Newsreader: Forte Agent .99c/16.141
  10.  
  11. Ok, here's the the situation
  12.  
  13. I got this for christmas a couple of years ago, and put it away.  I couldn't
  14. remember why.  Now I'm trying to use the product again and now I know why I put
  15. it away in the first place.  When I try to use the tutorial, turbo 3.1 wants a 
  16.  
  17. #include <owl.h>        as the first line
  18.  
  19. however, when I try to run the program, I get an error from the owl.h in this
  20. code.
  21.  
  22. #if         !defined(WIN30) && !defined(WIN31)
  23. #error   OWL must be built with WIN30 or WIN31 (or both) defined.
  24. #endif
  25.  
  26.  
  27. does any one know what I'm talking about?  what do I need to do differently?
  28. has anyone else run into this problem with borland turbo c++ 3.1?  
  29.  
  30. help
  31. malcolm
  32.